home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 69 / Cine Live 69.iso / pc / Data / Interface / e7s.k < prev    next >
Encoding:
Text File  |  2003-05-02  |  4.1 KB  |  157 lines

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000152; 
  4.     release Editor:
  5.         IOWindow is {$00000243,$00000129,$000001DA,$0000029A,$00000000,$00000000,$00000000,$00000000};
  6.         LayoutWindow is {$000000A1,$0000007B,$000002A0,$00000245,$00000000,$00000000,$00000064,$00000000};
  7.     end;
  8.     Name is "Root"; 
  9.     Enabled is false; 
  10.     
  11.     Width is 800; Height is 600; 
  12.     
  13.     Kind is DrawOpaque; 
  14.     Elements is [
  15.         oslide2,
  16.         oslide23
  17.     ];
  18.     Events is [
  19.         cOnscreenEvent
  20.         with Flags is $00000004; 
  21.             Commands is [
  22.                 cShowCommand
  23.                 with Flags is $00000004; Target is oslide2; end,
  24.                 cEnableCommand
  25.                 with Flags is $00000004; Target is oslide2; end,
  26.                 cFocusCommand
  27.                 with Target is oslide2; end,
  28.                 cRunCommand
  29.                 with Flags is $00000004; Target is oslide2; Rewind is true; end
  30.             ];
  31.         end
  32.     ];
  33. end;
  34.  
  35. object oslide2 is cImage
  36. with 
  37.     Flags is $00000150; 
  38.     Name is "slide"; 
  39.     Enabled is false; Shown is false; Cursor is oEmptyCursor; 
  40.     
  41.     Width is 800; Height is 600; 
  42.     Duration is 2; Duration is 2; TimeScale is 1; 
  43.     URL is "../../Photos/Le%20bison/Baer.jpg"; 
  44.     
  45.     
  46.     Events is [
  47.         cKeyboardEvent
  48.         with Flags is $00000004; Test is IsSpace; 
  49.             Commands is [
  50.                 cFocusCommand
  51.                 with Flags is $00000004; Target is oTargetSelf; end,
  52.                 cRunCommand
  53.                 with Flags is $00000004; Target is oTargetSelf; Mode is Toggle; end
  54.             ];
  55.         end,
  56.         cMouseUpEvent
  57.         with Flags is $00000004; Flag is true; 
  58.             Commands is [
  59.                 cRunCommand
  60.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; Rewind is true; end,
  61.                 cEnableCommand
  62.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  63.                 cShowCommand
  64.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  65.                 cRunCommand
  66.                 with Flags is $00000004; Target is oslide23; Mode is Clear; Rewind is true; end,
  67.                 cEnableCommand
  68.                 with Flags is $00000004; Target is oslide23; Mode is Clear; end,
  69.                 cShowCommand
  70.                 with Flags is $00000004; Target is oslide23; Mode is Clear; end,
  71.                 cBackCommand
  72.                 with Flags is $00000004; end
  73.             ];
  74.         end,
  75.         cFinishedEvent
  76.         with Flags is $00000004; 
  77.             Commands is [
  78.                 cShowCommand
  79.                 with Flags is $00000004; Target is oslide2; Mode is Clear; end,
  80.                 cEnableCommand
  81.                 with Flags is $00000004; Target is oslide2; Mode is Clear; end,
  82.                 cRunCommand
  83.                 with Flags is $00000004; Target is oslide2; Mode is Clear; Rewind is true; end,
  84.                 cFocusCommand
  85.                 with Flags is $00000004; Target is oslide23; end,
  86.                 cShowCommand
  87.                 with Flags is $00000004; Target is oslide23; end,
  88.                 cEnableCommand
  89.                 with Flags is $00000004; Target is oslide23; end,
  90.                 cRunCommand
  91.                 with Flags is $00000004; Target is oslide23; Rewind is true; end
  92.             ];
  93.         end
  94.     ];
  95. end;
  96.  
  97. object oslide23 is cImage
  98. with 
  99.     Flags is $00000010; 
  100.     Name is "slide2"; 
  101.     Enabled is false; Shown is false; Cursor is oEmptyCursor; 
  102.     
  103.     Width is 800; Height is 600; 
  104.     Duration is 2; Duration is 2; TimeScale is 1; 
  105.     URL is "../../Photos/Le%20bison/I%20Nanty.jpg"; 
  106.     
  107.     
  108.     Events is [
  109.         cKeyboardEvent
  110.         with Test is IsSpace; 
  111.             Commands is [
  112.                 cFocusCommand
  113.                 with Target is oTargetSelf; end,
  114.                 cRunCommand
  115.                 with Target is oTargetSelf; Mode is Toggle; end
  116.             ];
  117.         end,
  118.         cMouseUpEvent
  119.         with Flag is true; 
  120.             Commands is [
  121.                 cEnableCommand
  122.                 with Target is oTargetSelf; Mode is Clear; end,
  123.                 cShowCommand
  124.                 with Target is oTargetSelf; Mode is Clear; end,
  125.                 cRunCommand
  126.                 with Target is oTargetSelf; Mode is Clear; Rewind is true; end,
  127.                 cEnableCommand
  128.                 with Target is oslide2; Mode is Clear; end,
  129.                 cShowCommand
  130.                 with Target is oslide2; Mode is Clear; end,
  131.                 cRunCommand
  132.                 with Target is oslide2; Mode is Clear; Rewind is true; end,
  133.                 cBackCommand
  134.                 with end
  135.             ];
  136.         end,
  137.         cFinishedEvent
  138.         with 
  139.             Commands is [
  140.                 cShowCommand
  141.                 with Target is oslide23; Mode is Clear; end,
  142.                 cEnableCommand
  143.                 with Target is oslide23; Mode is Clear; end,
  144.                 cRunCommand
  145.                 with Target is oslide23; Mode is Clear; Rewind is true; end,
  146.                 cFocusCommand
  147.                 with Target is oslide2; end,
  148.                 cShowCommand
  149.                 with Target is oslide2; end,
  150.                 cEnableCommand
  151.                 with Target is oslide2; end,
  152.                 cRunCommand
  153.                 with Target is oslide2; Rewind is true; end
  154.             ];
  155.         end
  156.     ];
  157. end;